From: Domas Mituzas Date: Sat, 12 Nov 2005 17:04:13 +0000 (+0000) Subject: there were two queries to be fixed, ... X-Git-Tag: 1.6.0~1192 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=c7387593775eb914e11a4465e1b6c8f980bfc4ed;p=lhc%2Fweb%2Fwiklou.git there were two queries to be fixed, ... --- diff --git a/includes/SpecialRecentchangeslinked.php b/includes/SpecialRecentchangeslinked.php index 8c5e98930a..73eac8005e 100644 --- a/includes/SpecialRecentchangeslinked.php +++ b/includes/SpecialRecentchangeslinked.php @@ -88,7 +88,7 @@ ORDER BY rev_timestamp DESC rev_user,rev_comment,rev_user_text,rev_id,rev_timestamp,rev_minor_edit, page_is_new FROM $pagelinks, $revision, $page - WHERE rev_timestamp > '{$cutoff}' + WHERE rev_timestamp > '{$cutoff}' AND page_timestamp > '{$cutoff}' {$cmq} AND rev_page=page_id AND pl_namespace=page_namespace